* subr.el (overlay-start, overlay-end, overlay-buffer): Removed.
authorJim Blandy <jimb@redhat.com>
Tue, 18 May 1993 20:36:11 +0000 (20:36 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 18 May 1993 20:36:11 +0000 (20:36 +0000)
lisp/subr.el

index 74c8968fc1c06920d9380b38dd310d9aadfdd951..d5260e67d84fc7a3224d0aed3cd11ea2c8305d5f 100644 (file)
@@ -335,21 +335,6 @@ POSITION should be a list of the form
 nas returned by the `event-start' and `event-end' functions."
   (nth 3 position))
 
-\f
-;;;; Overlay dissection functions.
-
-(defsubst overlay-start (overlay)
-  "Return the position at which OVERLAY starts."
-  (marker-position (car (car overlay))))
-
-(defsubst overlay-end (overlay)
-  "Return the position at which OVERLAY ends."
-  (marker-position (cdr (car overlay))))
-
-(defsubst overlay-buffer (overlay)
-  "Return the buffer OVERLAY belongs to."
-  (marker-buffer (overlay-start overlay)))
-
 \f
 ;;;; Obsolescent names for functions.